home *** CD-ROM | disk | FTP | other *** search
/ Jurassic Jigsaws / JURASSIC.BIN / mmvdemo.dir / 00384_Script_go frame script < prev    next >
Text File  |  1996-09-24  |  321b  |  15 lines

  1. on exitFrame
  2.   global gNextmarker, gPlaying, gFrameList, gWhichTitle
  3.   --  if label "end"
  4.   if not gPlaying then 
  5.     cursor 200
  6.     go label(gNextMarker)
  7.     cursor 0
  8.   else
  9.     if Label(1) = label("end" & gWhichTitle) then 
  10.       go label(gWhichTItle)
  11.       set gPlaying = FALSE
  12.     end if
  13.   end if
  14.   
  15. end